public class Frame : ControlPublic Class Frame
Inherits Control| Frame | Initializes a new instance of the Frame class. |
| ControlImplementation | Contains an identifier for a control element. |
| EventListeners | (Inherited from Control) |
| ForControls | Specifies the comma separated list of control elements that are the targets of the elements where this attribute appears. |
| ID | Contains an identifier for a control element. |
| IsDisabled | Specifies whether a control can accept user input.Controls that are disabled are not included in the tabbing navigation sequence and cannot be focused. |
| IsPrintable | Specifies whether a control is printed when a user prints a document in which the control is contained. |
| Label | Specifies the text for a control. |
| Name | Contains name of a form or control element. |
| Properties | (Inherited from Control) |
| Clone | Creates a new object that is a deep copy of the current instance. |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetContentElements |
Returns all content elements.
(Overrides ControlGetContentElements) |
| GetHashCode | (Inherited from Object) |
| GetParent | (Inherited from Control) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString |
Converts the value of the current Frame object to its equivalent string representation.
(Overrides ObjectToString) |